OPEN DIALOG FILENAME
Returns the name of the selected file after a EXECUTE OPEN DIALOG() command. If the dialog options included "allow multiple files" then only the last file name is returned. In this case use OPEN DIALOG FILE COUNT() and OPEN DIALOG FILES() instead.
ARGUMENTS:
*none*
RETURNS:
The file name.
SYNTAX
Return String=OPEN DIALOG FILENAME()
RELATED INFO
View Dialogs Index
View STYX Index
View STYX Main File
